From 7d94af09ae918d16f74f0977e04bdd3fcb2fa345 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 14 Jul 2014 13:09:37 -0700 Subject: [PATCH] Re-attempt to fix the nightly windows installer --- src/install.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/install.sh b/src/install.sh index 79e7a3210..89b6e2117 100755 --- a/src/install.sh +++ b/src/install.sh @@ -275,15 +275,7 @@ OPTIONS="" BOOL_OPTIONS="" VAL_OPTIONS="" -# On windows we just store the libraries in the bin directory because -# there's no rpath. This is where the build system itself puts libraries; -# --libdir is used to configure the installation directory. -# FIXME: Thise needs to parameterized over target triples. Do it in platform.mk CFG_LIBDIR_RELATIVE=lib -if [ "$CFG_OSTYPE" = "pc-mingw32" ] || [ "$CFG_OSTYPE" = "w64-mingw32" ] -then - CFG_LIBDIR_RELATIVE=bin -fi flag uninstall "only uninstall from the installation prefix" opt verify 1 "verify that the installed binaries run correctly" -- 2.30.2